home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / MEDIA / UPDATE.DXR / Internal_24.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  98 b   |  9 lines

  1. on mouseUp
  2.   if the optionDown then
  3.     beep()
  4.     go("import")
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.